home *** CD-ROM | disk | FTP | other *** search
/ Programming Windows 95 with MFC / Programming Windows 95 with MFC (Microsoft Programming Series)(097-0001465)(1996).iso / NT / CODE / CHAP07 / IDLEDEMO / IDLEDEMO.RC < prev    next >
Encoding:
Text File  |  1996-04-05  |  324 b   |  16 lines

  1. //***********************************************************************
  2. //
  3. //  IdleDemo.rc
  4. //
  5. //***********************************************************************
  6.  
  7. #include <afxres.h>
  8. #include "Resource.h"
  9.  
  10. IDR_MAINFRAME MENU
  11. BEGIN
  12.     POPUP "&Options" {
  13.         MENUITEM "E&xit",   IDM_EXIT
  14.     }
  15. END
  16.